runtime.g.asyncSafePoint (field)
8 uses
runtime (current package)
debugcall.go#L147: gp.asyncSafePoint = true
debugcall.go#L186: gp.asyncSafePoint = false
mgcmark.go#L767: if debugScanConservative && gp.asyncSafePoint {
preempt.go#L304: gp.asyncSafePoint = true
preempt.go#L310: gp.asyncSafePoint = false
proc.go#L3396: if gp.asyncSafePoint {
runtime2.go#L450: asyncSafePoint bool
stack.go#L1151: return gp.syscallsp == 0 && !gp.asyncSafePoint && atomic.Load8(&gp.parkingOnChan) == 0
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)